From 971a2164f598cb6976846ac9f932283cd636e387 Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Thu, 25 Sep 2025 23:46:44 +0200 Subject: [PATCH] syslog-ng: add runtime test It adds a runtime test to verify that the compiled binary in CI/CD runs without segfault and prints the version. Signed-off-by: Josef Schlehofer --- admin/syslog-ng/test.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 admin/syslog-ng/test.sh diff --git a/admin/syslog-ng/test.sh b/admin/syslog-ng/test.sh new file mode 100644 index 0000000000..190967ce96 --- /dev/null +++ b/admin/syslog-ng/test.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +syslog-ng --version | grep "$2" -- 2.30.2